home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-08-28 | 461 b | 17 lines |
- # this file contains the common part of the Makefiles for the object
- # (O.*) directories.
-
- MALLOCLIB = -lmallocdebug
-
- OOGLLIBS = -lstubdraw -lgeom -ldg -lvect -lpolylist \
- -lquad -lmesh -lbezier -lsphere -linst \
- -ltlist -llist -lbbox -lstub -lgeom -loogl -lbbox -lshade -lcolor \
- -lmg -lcamera -lwindow -l3d
-
- LIBS= -L${GEOM}/lib/${MACHTYPE} ${OOGLLIBS} -lm ${MALLOCLIB}
-
- INCDIRS = -I.. -I${GEOM}/include -I/usr/local/include -I..
-
- CFLAGS = -g ${INCDIRS}
-
-